luci-theme-*: layout improvements
authorPaul Donald <[email protected]>
Tue, 10 Jun 2025 12:57:10 +0000 (14:57 +0200)
committerPaul Donald <[email protected]>
Tue, 10 Jun 2025 12:57:10 +0000 (14:57 +0200)
follow-up to 1be1deb9ecd90608d60503bcc34b2ee487c1e602

bootstrap now utilizes more screen width for main content

Signed-off-by: Paul Donald <[email protected]>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index c9c11ea45c770aeb26de5d3a93340ca4ecd30de5..2f7b084e789d6d978fe3203e6d2c43191cc51ba8 100644 (file)
@@ -291,7 +291,8 @@ body {
 }
 
 .container {
-       width: 86%;
+       width: 100%;
+       max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
        zoom: 1;